From 5792b7e71037c3f0667bd1d1debf47a08b626501 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Tue, 4 Feb 2020 00:34:03 +0000 Subject: [PATCH] Don't fail documentation build on examples exceptions ipython now fails the whole build by default if anything outputs an error, which some of ours do when they can't download data. Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name sphinx_ignore_errors.patch --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index a098f37..fcced02 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,6 +73,7 @@ copyright = u'2009-2018, Josef Perktold, Skipper Seabold, ' \ autosummary_generate = True autoclass_content = 'class' +ipython_warning_is_error = False # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- 2.30.2